/* Global Header */
section#internal-banner {
  padding: 250px 0px 100px;
  background-position: center;
  background-size: cover !important;
  background: linear-gradient(177deg, #FFF -29.78%, rgba(255, 255, 255, 0.85) 11.61%, rgba(255, 255, 255, 0.70) 129.39%), url('/wp-content/themes/JDX Launchpad_Child/assets/images/img_home_banner_bg.webp');
}

section#internal-banner h3 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0px;
}

section#internal-banner.default .button {
  margin-top: 30px;
}

section#internal-banner .banner-area {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}

section#internal-banner.default h1 {
  color: #262626;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 74px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-align: center;
  margin-bottom: 32px;
}

section#internal-banner.default .banner-description p {
  color: #414141;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-align: center;
}

@media (max-width: 1024px) {
  section#internal-banner.default h1 {
    font-size: 42px;
  }
}

section#internal-banner.center .banner-area {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
}

section#internal-banner.center .banner-area p {
  font-size: 20px;
  color: #212121;
  margin-top: 30px;
}

@media (max-width: 1200px) {
  section#internal-banner {
    padding: 150px 0 50px;
  }
}

@media (min-width: 451px) {
  .alignright {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
}

.has-background {
  padding: 1rem;
}


body.page #related-articles {
  padding: 50px 0px;
}

body.page #related-articles .related-posts .related-articles-repeater {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 30px;
  margin-top: 20px;
}

body.page #related-articles .related-posts .related-articles-repeater>* {
  flex-basis: calc((100% - 100px) / 3);
}


@media (max-width: 1440px) {
  body.page #related-articles .related-posts .related-articles-repeater {
    column-gap: 20px;
  }


  body.page #related-articles .related-posts .related-articles-repeater>* {
    flex-basis: calc((100% - 40px) / 3);
  }
}

@media (max-width: 768px) {
  body.page #related-articles .related-posts .related-articles-repeater>* {
    flex-basis: calc((100% - 20px) / 2);
  }
}


@media (max-width: 640px) {
  body.page #related-articles .related-posts .related-articles-repeater>* {
    flex-basis: 100%;
  }
}

/* FAQ */
section#faq-content {
  padding: 100px 0px;
}

section#faq-content .faq-repeater {
  width: 100%;
  max-width: 1440px;
  margin: 0px auto;
}

section#faq-content .faq-repeater .faq-item {
  padding: 24px;
  border: 1px solid #E0E0E0;
  cursor: pointer;
}

section#faq-content .faq-repeater .faq-item:not(:last-child) {
  margin-bottom: 30px;
}

.faq-item .faq-heading {
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.faq-item .faq-heading .block-q {
  color: #0F206C;
  font-family: Red Hat Display;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.faq-item .faq-heading .icon {
  width: 20px;
  height: 20px;
  position: relative;
}

.faq-item .faq-heading .icon::before {
  width: 100%;
  height: 2px;
  position: absolute;
  content: '';
  top: calc(50% - 1px);
  left: 0;
  background-color: #0F206C;
}

.faq-item .faq-heading .icon::after {
  width: 2px;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: calc(50% - 1px);
  transition: all .25s ease-in-out;
  background-color: #0F206C;
}

.faq-item.open .faq-heading .icon::after {
  transform: rotate(90deg);
}

.faq-item .faq-content {
  margin-top: 25px;
  display: none;
}

.faq-item .faq-content * {
  color: #000;
  font-family: Red Hat Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

@media (max-width: 1024px) {
  section#faq-content {
    padding: 70px 0px;
  }
}

@media (max-width: 768px) {
  section#faq-content .faq-repeater .faq-item:not(:last-child) {
    margin-bottom: 20px;
  }

  section#faq-content .faq-repeater .faq-item {
    padding: 15px;
  }

  .faq-item .faq-heading .block-q {
    font-size: 22px;
  }
}

/* Contact Us */
body.page-id-165 main#main section#default-page-content {
  display: none !important;
}